home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / online / 00006_Install ISP.ls < prev    next >
Encoding:
Text File  |  2000-04-26  |  315 b   |  12 lines

  1. on mouseUp me
  2.   if the platform = "Windows,32" then
  3.     open(the moviePath & "madasafish\madfish.exe")
  4.   else
  5.     if the platform = "Windows,16" then
  6.       alert("Sorry, but the MadasaFish software is for 32-bit Windows")
  7.     else
  8.       open(the moviePath & "Madasafish:Install Madasafish")
  9.     end if
  10.   end if
  11. end
  12.